CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 进程

搜索资源列表

  1. linux_IPC

    0下载:
  2. linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1579
    • 提供者:小林
  1. _ps

    0下载:
  2. 显示linux进程列表模块,利用c语言写的-show the proc of linux,edited bt c language
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1008
    • 提供者:黎亮
  1. monitor-1.0

    2下载:
  2. 进程监控 进程守护 linux C语言 进程重启 进程管理 利用linux C语言编写,读取配置文件里面要求启动的程序,并进行实时监控,若进程异常退出,就重新启动 主要功能: 1.读取配置文件程序 2.启动进程 3.监控进程,查看进程是否退出或者崩溃 4.若进程退出或者崩溃,重启程序。 5.支持sleep功能 6.进程若连续崩溃NUM_MAX次就进行相应的睡眠周期-Process mo
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-22
    • 文件大小:83577
    • 提供者:zhouyanjun
  1. watcher

    0下载:
  2. linux 下系统监视器,用Qt实现,可以查看进程状态,CPU使用率等-System Monitor under linux using Qt to achieve, you can view the process status, CPU utilization,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:6919
    • 提供者:sunjianwu
  1. pipe

    0下载:
  2. linux下管道监视程序,父进程通过管道发送信息给子进程-linux monitoring procedures under the pipeline, the father of the process of sending information through the pipeline to the child process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:612
    • 提供者:hc
  1. linux_multiple_thread.tar

    0下载:
  2. linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:675840
    • 提供者:陈明
  1. seri

    0下载:
  2. linux下linux串口编程、linux进程间通信的经典代码-linux seri pipe_rw
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5160
    • 提供者:李洪臣
  1. linux

    0下载:
  2. linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:321445
    • 提供者:周攀
  1. ProducerandConsumerProblem

    0下载:
  2. 用多进程同步方法解决生产者-消费者问题 设计目的:通过研究Linux 的进程机制和信号量实现生产者消费者问题的并发控制. 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. 设计要求:(1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者县城的标识符.(2)生产者和消费者各有两个以上.(3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码.-Synchronous multi-process so
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-03-21
    • 文件大小:29701
    • 提供者:CoCo
  1. PipeCommunication

    0下载:
  2. linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:971
    • 提供者:陈sean
  1. SharedMemory

    2下载:
  2. linux下共享内存的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of shared memory under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:13115
    • 提供者:vividonly
  1. compile_Linux_kernel

    0下载:
  2. 内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:4419
    • 提供者:piansu
  1. linux_useAPI_and_other

    0下载:
  2. linux 应用程序API_进程 进程和信号编程 管道/io ,进程间通讯,网络编程, 线程机制 -linux application process and signal process API_ programming pipeline/io, inter-process communication, network programming, threading mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:424385
    • 提供者:aa
  1. linux_shell_C

    0下载:
  2. C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:135647
    • 提供者:secret
  1. linux

    0下载:
  2. 在linux下实现进程的一生实验,充分模拟了进程从创建到消亡的过程。-In linux under the experimental realization of the process of life, and fully simulated process from creation to extinction process.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1330
    • 提供者:leo
  1. systemtest

    1下载:
  2. 本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。 所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:10135
    • 提供者:
  1. deamon

    0下载:
  2. 在Linux下实现守护进程的标准代码,学习Linux c语言服务器编程入门级别-In Linux daemon under the standard code, learning Linux c language programming entry-level server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2177
    • 提供者:李英伦
  1. Linux1

    0下载:
  2. linux进程管理相关课件,很好的描述了linux进程管理的内容-linux process management related courseware, a very good descr iption of the contents of linux process management
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:549232
    • 提供者:大元
  1. daemon

    0下载:
  2. 创建守护进程,以c语言的版本在linux下开发服务器-Create a daemon to c languages developed in linux server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:20606
    • 提供者:wuqian
  1. Deamon.tar

    0下载:
  2. Linux下的守护进程实例,有Makefile文件。-Daemon under Linux instance, there are Makefile file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1337
    • 提供者:蒙太奇
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com